home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1998 May
/
EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso
/
recent1
/
gifani.lha
/
gifanim_datatype
/
endcode.asm
< prev
next >
Wrap
Assembly Source File
|
1997-07-03
|
429b
|
29 lines
;*
;*
;* $VER: endcode.asm 1.1 (3.7.97)
;* gifanim.datatype 1.1
;*
;* Used to mark the end of library
;*
;* Written 1997 by Roland 'Gizzy' Mainz
;* Original example source from David N. Junod
;*
;*
XDEF ENDCODE
;---------------------------------------------------------------------------
SECTION TEXT,CODE
;---------------------------------------------------------------------------
;ENDCODE EQU *
ENDCODE:
END